home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
1035
/
1035.xpi
/
chrome
/
1clickweather.jar
/
content
/
1clickweather
/
1clickweather.xul
< prev
next >
Wrap
Extensible Markup Language
|
2008-10-05
|
3KB
|
76 lines
<?xml version="1.0" encoding="UTF-8"?>
<!-- � 2005 The Weather Channel Interactive, Inc. All Rights Reserved. -->
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://1clickweather/skin/1clickweather.css" type="text/css"?>
<!DOCTYPE overlay SYSTEM "chrome://1clickweather/locale/1clickweather.dtd">
<overlay id="1clickweatherOverlay" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<!-- load up the main javascript source file-->
<script type="application/x-javascript" src="chrome://1clickweather/content/js/common.js"></script>
<script type="application/x-javascript" src="chrome://1clickweather/content/js/1clickweather.js"></script>
<script type="application/x-javascript">
window.addEventListener("load", goInit, false);
window.addEventListener("unload", goShutdown, false);
window.addEventListener("load",initializeOverlay,false);
</script>
<!-- create an overlay that lives in the status bar -->
<statusbar id="status-bar" context="statusbar.root">
<!-- we have some generic tooltips that don't really change so we just stick them in here -->
<popupset>
<!--
<tooltip id="quickLaunchTooltip" orient="vertical">
<label value="Quick Launch:" />
<description style="height:45px;width:380px;font-size:11px;">
Quick access to interesting and useful features on weather.com® including your
36-hour and 10-day extended forecasts, a vacation planner, a sun safety
advisor, a fitness forecast, and more.
</description>
<image src='chrome://1clickweather/skin/icons/other/blank.gif' width='300' height='2'/>
</tooltip>
-->
<!--ToolTip Int┬┤l Satellite Maps-->
<tooltip id="sateliteTooltip" orient="vertical">
<image id="satelliteImage" src='' width="277" height="187"/>
</tooltip>
<!--ToolTip Video On-Demand-->
<tooltip id="videoTooltip" orient="vertical">
<label value="Video On-Demand:" />
<label id="videoTooltipUrl" value="Your default video selection." />
<description style="height:25px;width:180px;font-size:11px;">
1 of 8 video segments available.
</description>
<image src='chrome://1clickweather/skin/icons/other/blank.gif' width='300' height='2'/>
</tooltip>
<!--ToolTip Int┬┤l Doppler Radar-->
<tooltip id="radarTooltip" orient="vertical">
<label id="lblTest"></label>
<image id="dopplerImage" src='http://bd.image.weather.com/web/radar/us_nw_9regradar_small_usen.jpg' width="277" height="187"/>
</tooltip>
<!-- Hour-By-Hour Tooltip -->
<tooltip id="hourbyhourTooltip" orient="vertical">
<label value="Hour-By-Hour:" />
<description style="height:25px;width:180px;font-size:11px;">
Your local hour-by-hour forecast
</description>
</tooltip>
<!-- Hour-By-Hour Tooltip -->
<tooltip id="tendayfcstTooltip" orient="vertical">
<label value="10-Day Forecast:" />
<description style="height:25px;width:180px;font-size:11px;">
Your local 10-day forecast
</description>
</tooltip>
</popupset>
</statusbar>
</overlay>